stack: Change ordering for removal
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Oct 2020 14:02:22 +0000 (10:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 Oct 2020 14:05:17 +0000 (10:05 -0400)
commit1d802881eb3e4f2042efe9be51d74f0ae14d32b9
tree3caf985dcf695dcc77e67b31a789b04b149659e8
parente45dd771dbf4f3bb20f5269e08f55e3b1e7e9d9a
stack: Change ordering for removal

Unparent the child widget before tearing down its
stack page. This is necessary so a11y can still access
the stack page accessible to emit change notification
when it learns that the child is removed.
gtk/gtkstack.c